Skip to main content

objectSelectionStarted

Type

message

Summary

Sent when, in edit mode, the user drags over a control

Syntax

objectSelectionStarted

Description

Handle the objectSelectionStarted message if you want to do something when the user starts selection controls by dragging over them.

The objectSelectionStarted message is sent to the current card when, in edit mode, the user drags over a control.

note

The objectSelectionStarted message is only available in the IDE.

Examples

on objectSelectionStarted
put "Started selecting" && the time
end objectSelectionStarted

message: objectSelectionEnded

Compatibility and Support

Introduced

LiveCode 6.0

OS

mac

windows

linux

Platforms

desktop

Thank you for your feedback!

Was this page helpful?